conditional operators造句
例句與造句
- The conditional operator cannot be overloaded
不能重載條件運(yùn)算符。 - Avoid using the trinary conditional operator
避免使用? :條件算符。 - The conditional operator is of the form
條件運(yùn)算符的格式如下 - Or , using the conditional operator
或使用條件運(yùn)算符: - Or , using the conditional operator ,
或使用條件運(yùn)算符, - It's difficult to find conditional operators in a sentence. 用conditional operators造句挺難的
- The conditional operator is used in an expression of the following form
條件運(yùn)算符用于下列形式的表達(dá)式中: - The conditional operator is right - associative , so an expression of the form
條件運(yùn)算符為右聯(lián)運(yùn)算符,因此該形式的表達(dá)式 - The conditional operator
條件運(yùn)算符( - The conditional operator is right - associative , so an expression of the following form
條件運(yùn)算符為右聯(lián)運(yùn)算符,因此該形式的表達(dá)式: - The expression uses the datepart and getdate functions and the conditional operator
該表達(dá)式使用datepart和getdate函數(shù)以及條件運(yùn)算符。 - Executable statements can loop or branch through blocks of code , and often contain mathematical or conditional operators
可執(zhí)行語(yǔ)句可在代碼塊中循環(huán)或分支,并常常包含算術(shù)或條件運(yùn)算符。 - Calculations that might otherwise require an if - else construction can be expressed more concisely and elegantly with the conditional operator
使用條件運(yùn)算符,可以更簡(jiǎn)潔、雅觀地表達(dá)那些否則可能要求if - else結(jié)構(gòu)的計(jì)算。例如,為在